created on Fri Nov 08 02:36:39 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

42

100.0%

1 minutes, 23.154 seconds

0

0

0

2. Features

2.1. Functionality of Component with Default variant and Static List in XS PASS

Result: PASS Time: 1.612 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in XS The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 320 and height: 480

2.2. Functionality of Component with Default variant and Static List in SM PASS

Result: PASS Time: 1.558 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in SM The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 640 and height: 480

2.3. Functionality of Component with Default variant and Static List in MD PASS

Result: PASS Time: 1.597 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in MD The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1024 and height: 768

2.4. Functionality of Component with Default variant and Static List in LG PASS

Result: PASS Time: 1.734 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in LG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1366 and height: 1024

2.5. Functionality of Component with Default variant and Static List in XLG PASS

Result: PASS Time: 1.891 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in XLG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1920 and height: 1280

2.6. Functionality of Component with Default variant and Static List in XXLG PASS

Result: PASS Time: 2.134 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in XXLG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 2560 and height: 1440

2.7. Functionality of Component with Default variant and Static List with Image Option Rendition in XS PASS

Result: PASS Time: 1.465 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in XS The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 320 and height: 480

2.8. Functionality of Component with Default variant and Static List with Image Option Rendition in SM PASS

Result: PASS Time: 1.440 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in SM The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 640 and height: 480

2.9. Functionality of Component with Default variant and Static List with Image Option Rendition in MD PASS

Result: PASS Time: 1.513 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in MD The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1024 and height: 768

2.10. Functionality of Component with Default variant and Static List with Image Option Rendition in LG PASS

Result: PASS Time: 1.706 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in LG The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1366 and height: 1024

2.11. Functionality of Component with Default variant and Static List with Image Option Rendition in XLG PASS

Result: PASS Time: 1.929 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in XLG The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1920 and height: 1280

2.12. Functionality of Component with Default variant and Static List with Image Option Rendition in XXLG PASS

Result: PASS Time: 2.163 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in XXLG The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 2560 and height: 1440

2.13. Functionality of Component with Default variant and Static List with Image Option Adaptive in XS PASS

Result: PASS Time: 1.407 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in XS The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 320 and height: 480

2.14. Functionality of Component with Default variant and Static List with Image Option Adaptive in SM PASS

Result: PASS Time: 1.433 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in SM The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 640 and height: 480

2.15. Functionality of Component with Default variant and Static List with Image Option Adaptive in MD PASS

Result: PASS Time: 1.516 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in MD The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 1024 and height: 768

2.16. Functionality of Component with Default variant and Static List with Image Option Adaptive in LG PASS

Result: PASS Time: 1.665 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in LG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 1366 and height: 1024

2.17. Functionality of Component with Default variant and Static List with Image Option Adaptive in XLG PASS

Result: PASS Time: 2.017 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in XLG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 1920 and height: 1280

2.18. Functionality of Component with Default variant and Static List with Image Option Adaptive in XXLG PASS

Result: PASS Time: 2.244 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in XXLG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 2560 and height: 1440

2.19. Functionality of Component with Default variant and Static List with Multiple Images in XS PASS

Result: PASS Time: 1.498 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in XS The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 320 and height: 480

2.20. Functionality of Component with Default variant and Static List with Multiple Images in SM PASS

Result: PASS Time: 1.523 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in SM The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 640 and height: 480

2.21. Functionality of Component with Default variant and Static List with Multiple Images in MD PASS

Result: PASS Time: 1.775 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in MD The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 1024 and height: 768

2.22. Functionality of Component with Default variant and Static List with Multiple Images in LG PASS

Result: PASS Time: 2.058 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in LG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 1366 and height: 1024

2.23. Functionality of Component with Default variant and Static List with Multiple Images in XLG PASS

Result: PASS Time: 2.827 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in XLG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 1920 and height: 1280

2.24. Functionality of Component with Default variant and Static List with Multiple Images in XXLG PASS

Result: PASS Time: 3.365 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in XXLG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 2560 and height: 1440

2.25. Functionality of Component with Default variant and Child List in XS PASS

Result: PASS Time: 1.661 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in XS The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 320 and height: 480

2.26. Functionality of Component with Default variant and Child List in SM PASS

Result: PASS Time: 1.525 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in SM The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 640 and height: 480

2.27. Functionality of Component with Default variant and Child List in MD PASS

Result: PASS Time: 1.775 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in MD The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 1024 and height: 768

2.28. Functionality of Component with Default variant and Child List in LG PASS

Result: PASS Time: 2.035 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in LG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 1366 and height: 1024

2.29. Functionality of Component with Default variant and Child List in XLG PASS

Result: PASS Time: 2.584 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in XLG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 1920 and height: 1280

2.30. Functionality of Component with Default variant and Child List in XXLG PASS

Result: PASS Time: 3.240 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in XXLG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 2560 and height: 1440

2.31. Functionality of Component with Default variant and Descendants List in XS PASS

Result: PASS Time: 1.459 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in XS The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 320 and height: 480

2.32. Functionality of Component with Default variant and Descendants List in SM PASS

Result: PASS Time: 1.458 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in SM The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 640 and height: 480

2.33. Functionality of Component with Default variant and Descendants List in MD PASS

Result: PASS Time: 1.644 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in MD The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 1024 and height: 768

2.34. Functionality of Component with Default variant and Descendants List in LG PASS

Result: PASS Time: 2.029 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in LG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 1366 and height: 1024

2.35. Functionality of Component with Default variant and Descendants List in XLG PASS

Result: PASS Time: 2.443 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in XLG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 1920 and height: 1280

2.36. Functionality of Component with Default variant and Descendants List in XXLG PASS

Result: PASS Time: 2.879 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in XXLG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 2560 and height: 1440

2.37. Functionality of Component with Default variant and Static List with Multiple Asset Types in XS PASS

Result: PASS Time: 1.471 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in XS The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 320 and height: 480

2.38. Functionality of Component with Default variant and Static List with Multiple Asset Types in SM PASS

Result: PASS Time: 1.562 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in SM The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 640 and height: 480

2.39. Functionality of Component with Default variant and Static List with Multiple Asset Types in MD PASS

Result: PASS Time: 1.859 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in MD The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 1024 and height: 768

2.40. Functionality of Component with Default variant and Static List with Multiple Asset Types in LG PASS

Result: PASS Time: 2.250 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in LG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 1366 and height: 1024

2.41. Functionality of Component with Default variant and Static List with Multiple Asset Types in XLG PASS

Result: PASS Time: 2.606 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in XLG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 1920 and height: 1280

2.42. Functionality of Component with Default variant and Static List with Multiple Asset Types in XXLG PASS

Result: PASS Time: 3.087 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in XXLG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 2560 and height: 1440